Markdown-like formatting allows inserting some basic formatting by typing the Markdown equivalent. Note that this does not mean that Text notes supports Markdown, these are just some convenience shortcuts.
To import more complex formatting into text notes, consider using the Import from Markdown function. For fully-fleged Markdown notes imports, consider using the dedicated import function.
## for Heading 2 (the first-level heading is reserved for
the note title).### for Heading 3#### for Heading 4##### for Heading 5###### for Heading 6**text** or __text__
*text* or _text_
~~text~~
* or - followed
by a space;1. or 1) followed
by a space;[ ] for an unchecked item or [x] for
a checked item.>,
followed by a space.```.---.!!! note
!!! tip
!!! important
!!! caution
!!! warning
!!! will insert a note admonition
with the text inside of it.If auto-formatting is not desirable, press Ctrl + Z to revert the text to its original form.